diff --git a/documentation/themes/beastie/assets/js/theme-chooser.js b/documentation/themes/beastie/assets/js/theme-chooser.js index 40e4cd898f..d33f3d6f97 100644 --- a/documentation/themes/beastie/assets/js/theme-chooser.js +++ b/documentation/themes/beastie/assets/js/theme-chooser.js @@ -1,65 +1,79 @@ /* BSD 2-Clause License Copyright (c) 1994-2022, The FreeBSD Documentation Project Copyright (c) 2021-2022, Sergio Carlavilla All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ;(function () { 'use strict' var theme = localStorage.getItem('theme'); var themeChooser = document.querySelector('#theme-chooser'); var themeContainer = document.querySelector('.theme-container'); themeContainer.style.display = "block"; if (theme === "theme-dark") { setTheme('theme-dark'); themeChooser.value = 'theme-dark'; } else if (theme === "theme-high-contrast") { setTheme('theme-high-contrast'); themeChooser.value = 'theme-high-contrast'; - } else { + } else if (theme === "theme-light") { setTheme('theme-light'); themeChooser.value = 'theme-light'; + } else { + setTheme('theme-system'); + themeChooser.value = 'theme-system'; } themeChooser.addEventListener('change', function() { var theme = this.value; if (theme === "theme-dark") { setTheme('theme-dark'); } else if (theme === "theme-high-contrast") { setTheme('theme-high-contrast'); - } else { + } else if (theme === "theme-light") { setTheme('theme-light'); + } else { + setTheme('theme-system'); } }); function setTheme(themeName) { localStorage.setItem('theme', themeName); - document.documentElement.className = themeName; + + if (themeName === 'theme-system') { + if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { + document.documentElement.className = 'theme-dark'; + } else { + document.documentElement.className = 'theme-light'; + } + } else { + document.documentElement.className = themeName; + } } })(); diff --git a/documentation/themes/beastie/i18n/bn-bd.toml b/documentation/themes/beastie/i18n/bn-bd.toml index 426f9f42ce..86a78009ba 100644 --- a/documentation/themes/beastie/i18n/bn-bd.toml +++ b/documentation/themes/beastie/i18n/bn-bd.toml @@ -1,314 +1,316 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/da.toml b/documentation/themes/beastie/i18n/da.toml index 426f9f42ce..edc3eb986b 100644 --- a/documentation/themes/beastie/i18n/da.toml +++ b/documentation/themes/beastie/i18n/da.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/de.toml b/documentation/themes/beastie/i18n/de.toml index 3d5543a006..68ba7e0f78 100644 --- a/documentation/themes/beastie/i18n/de.toml +++ b/documentation/themes/beastie/i18n/de.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD ist ein eingetragenes Warenzeichen der FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 und ThinkPad sind Warenzeichen der International Business Machines Corporation in den Vereinigten Staaten, anderen Ländern oder beiden." [ieee] other = "IEEE, POSIX und 802 sind eingetragene Warenzeichen vom Institute of Electrical and Electronics Engineers, Inc. in den Vereinigten Staaten." [redhat] other = "Red Hat, RPM, sind Warenzeichen oder eingetragene Warenzeichen von Red Hat, Inc. in den Vereinigten Staaten und in anderen Ländern." [3com] other = "3Com und HomeConnect sind eingetragene Warenzeichen der 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, Élan und PCnet sind eingetragene Warenzeichen von Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader und PostScript sind entweder eingetragene Warenzeichen oder Warenzeichen von Adobe Systems Incorporated in den Vereinigten Staaten und/oder in anderen Ländern." [apple] other = "Apple, FireWire, Mac, Macintosh, Mac OS, Quicktime und TrueType sind eingetragene Warenzeichen von Apple Computer, Inc., in den Vereinigten Staaten und anderen Ländern." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium und Xeon sind Warenzeichen oder eingetragene Warenzeichen der Intel Corporation oder ihrer Gesellschaften in den Vereinigten Staaten und in anderen Ländern." [linux] other = "Linux ist ein eingetragenes Warenzeichen von Linus Torvalds." [microsoft] other = "Microsoft, MS-DOS, Outlook, Windows, Windows Media und Windows NT sind entweder eingetragene Warenzeichen oder Warenzeichen der Microsoft Corporation in den Vereinigten Staaten und/oder in anderen Ländern." [opengroup] other = "Motif, OSF/1 und UNIX sind eingetragene Warenzeichen und IT DialTone und The Open Group sind Warenzeichen der The Open Group in den Vereinigten Staaten und in anderen Ländern." [qualcomm] other = "QUALCOMM und Eudora sind eingetragene Warenzeichen von QUALCOMM Incorporated." [sparc] other = "Sparc, Sparc64, und UltraSPARC sind Warenzeichen von SPARC International, Inc in den Vereinigten Staaten und in anderen Ländern. Produkte, die das Warenzeichen SPARC tragen, basieren auf einer von Sun Microsystems, Inc. entwickelten Architektur." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JSP, JVM, Netra, Solaris, StarOffice und SunOS sind Warenzeichen oder eingetragene Warenzeichen von Sun Microsystems, Inc. in den Vereinigten Staaten und in anderen Ländern." [unix] other = "UNIX ist ein eingetragenes Warenzeichen von The Open Group in den Vereinigten Staaten und in anderen Ländern." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer und RealAudio sind eingetragene Warenzeichen von RealNetworks, Inc." [oracle] other = "Oracle ist ein eingetragenes Warenzeichen der Oracle Corporation." [3ware] other = "3ware und Escalade sind eingetragene Warenzeichen von 3ware Inc." [arm] other = "ARM ist ein eingetragenes Warenzeichen von ARM Limited." [adaptec] other = "Adaptec ist ein eingetragenes Warenzeichen von Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino und Times Roman sind Marken der Heidelberger Druckmaschinen AG in Deutschland und anderen Ländern." [intuit] other = "Intuit und Quicken sind eingetragene Warenzeichen und/oder Dienstleistungsmarken von Intuit Inc. oder einer ihrer Geselllschaften in den Vereinigten Staaten und in anderen Ländern." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID und Mylex sind Warenzeichen oder eingetragene Warenzeichen der LSI Logic Corp." [themathworks] other = "MATLAB ist ein eingetragenes Warenzeichen von The MathWorks, Inc." [thomson] other = "SpeedTouch ist ein Warenzeichen von Thomson." [vmware] other = "VMware ist ein Warenzeichen von VMware, Inc" [wolframresearch] other = "Mathematica ist ein eingetragenes Warenzeichen von Wolfram Research, Inc." [xiph] other = "Ogg Vorbis und Xiph.Org sind Warenzeichen von Xiph.Org." [xfree86] other = "XFree86 ist ein Warenzeichen von The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Viele Produktbezeichnungen von Herstellern und Verkäufern sind Warenzeichen. Soweit dem FreeBSD Project das Warenzeichen bekannt ist, werden die in diesem Dokument vorkommenden Bezeichnungen mit dem Symbol “™” oder dem Symbol “®” gekennzeichnet." diff --git a/documentation/themes/beastie/i18n/el.toml b/documentation/themes/beastie/i18n/el.toml index cd52247ffc..e01e2a0100 100644 --- a/documentation/themes/beastie/i18n/el.toml +++ b/documentation/themes/beastie/i18n/el.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "Το FreeBSD είναι ένα κατοχυρωμένο εμπορικό σύμβολο του FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Η λέξη Coverity είναι ένα κατοχυρωμένο εμπορικό σύμβολο. Οι λέξεις ή φράσεις Coverity Extend, Coverity Prevent και Coverity Prevent SQS είναι εμπορικά σύμβολα της Coverity, Inc." [ibm] other = "Οι λέξεις ή φράσεις IBM, AIX, OS/2, PowerPC, PS/2, S/390, και ThinkPad είναι εμπορικά σύμβολα της International Business Machines Corporation στις Ηνωμένες Πολιτείες, άλλες χώρες, ή και στα δύο ταυτόχρονα." [ieee] other = "Οι λέξεις IEEE, POSIX, και 802 είναι κατοχυρωμένα εμπορικά σύμβολα του Institute of Electrical and Electronics Engineers, Inc. στις Ηνωμένες Πολιτείες." [redhat] other = "Οι λέξεις ή φράσεις Red Hat, και RPM είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Red Hat, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [3com] other = "Οι λέξεις 3Com και HomeConnect είναι κατοχυρωμένα εμπορικά σύμβολα της 3Com Corporation." [amd] other = "Οι λέξεις ή φράσεις AMD, AMD Athlon, AMD Opteron, Élan, και PCnet είναι εμπορικά σύμβολα της Advanced Micro Devices, Inc." [adobe] other = "Οι λέξεις ή φράσεις Adobe, Acrobat, Acrobat Reader, και PostScript είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Adobe Systems Incorporated στις Ηνωμένες Πολιτείες ή/και σε άλλες χώρες." [apple] other = "Οι λέξεις ή φράσεις Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, και TrueType είναι εμπορικά σύμβολα της Apple Computer, Inc., κατοχυρωμένα στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Οι λέξεις Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, και Xeon είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Intel Corporation και των θυγατρικών της στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [linux] other = "Το Linux είναι ένα κατοχυρωμένα εμπορικό σύμβολο του Linus Torvalds στις Ηνωμένες Πολιτείες." [microsoft] other = "Οι λέξεις Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media, και Windows NT είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Microsoft Corporation στις Ηνωμένες Πολιτείες και/ή σε άλλες χώρες." [opengroup] other = "Οι λέξεις Motif, OSF/1, και UNIX είναι κατοχυρωμένα εμπορικά σύμβολα και οι λέξεις ή φράσεις IT DialTone και The Open Group είναι εμπορικά σύμβολα του The Open Group στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [qualcomm] other = "Οι λέξεις QUALCOMM και Eudora είναι κατοχυρωμένα εμπορικά σύμβολα της QUALCOMM Incorporated." [sparc] other = "Οι λέξεις ή φράσεις SPARC, SPARC64, και UltraSPARC είναι εμπορικά σύμβολα της SPARC International, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες. Η SPARC International Inc. κατέχει όλα τα εμπορικά δικαιώματα των συμβόλων SPARC και επιτρέπει την ορθή χρήση τους από όλα τα μέλη της, κατόπιν σχετικής άδειας." [sun] other = "Οι λέξεις ή φράσεις Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS και VirtualBox είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Sun Microsystems, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [unix] other = "Η λέξη UNIX είναι κατοχυρωμένο εμπορικό σύμβολο του Open Group στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [netbsd] other = "Η λέξη NetBSD είναι ένα κατοχυρωμένο εμπορικό σύμβολο του NetBSD Foundation." [realnetworks] other = "Οι λέξεις RealNetworks, RealPlayer και RealAudio είναι κατοχυρωμένα εμπορικά σύμβολα της RealNetworks, Inc." [oracle] other = "Η λέξη Oracle είναι κατοχυρωμένο εμπορικό σύμβολο της Oracle Corporation." [3ware] other = "Οι λέξεις 3ware και Escalade είναι κατοχυρωμένα εμπορικά σύμβολα της 3ware Inc." [arm] other = "Η λέξη ARM είναι κατοχυρωμένο εμπορικό σύμβολο της ARM Limited." [adaptec] other = "Η λέξη Adaptec είναι κατοχυρωμένο εμπορικό σύμβολο της Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Οι λέξεις ή φράσεις Heidelberg, Helvetica, Palatino, και Times Roman είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Heidelberger Druckmaschinen AG στις ΗΠΑ και σε άλλες χώρες." [intuit] other = "Οι λέξεις Intuit και Quicken είναι κατοχυρωμένα εμπορικά σύμβολα ή κατοχυρωμένα σύμβολα υπηρεσιών της Intuit Inc., ή κάποιων από τις θυγατρικές της, στις Ηνωμένες Πολιτείες και σε άλλες χώρες." [lsilogic] other = "Οι λέξεις LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID και Mylex είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της LSI Logic Corp." [themathworks] other = "Η λέξη MATLAB είναι ένα κατοχυρωμένο εμπορικό σύμβολο της The MathWorks, Inc." [thomson] other = "Η λέξη SpeedTouch είναι ένα εμπορικό σύμβολο της Thomson" [vmware] other = "Η λέξη VMware είναι εμπορικό σύμβολο της VMware, Inc." [wolframresearch] other = "Η λέξη Mathematica είναι κατοχυρωμένο εμπορικό σύμβολο της Wolfram Research, Inc." [xiph] other = "Οι λέξεις ή φράσεις Ogg Vorbis και Xiph.Org είναι εμπορικά σύμβολα τουXiph.Org." [xfree86] other = "Η λέξη XFree86 είναι ένα εμπορικό σύμβολο του The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Πολλές από τις λέξεις ή φράσεις οι οποίες χρησιμοποιούνται από τους κατασκευαστές ή τους πωλητές τους για να διακρίνουν τα προϊόντα τους θεωρούνται εμπορικά σύμβολα. Όπου αυτές εμφανίζονται σε αυτό το κείμενο και για όσες από αυτές γνωρίζει η Ομάδα Ανάπτυξης του FreeBSD ότι είναι πιθανόν να είναι εμπορικά σύμβολα, θα δείτε ένα από τα σύμβολα: “™” ή “®”." diff --git a/documentation/themes/beastie/i18n/en.toml b/documentation/themes/beastie/i18n/en.toml index b4f5a837e0..0f2eb26e91 100644 --- a/documentation/themes/beastie/i18n/en.toml +++ b/documentation/themes/beastie/i18n/en.toml @@ -1,452 +1,455 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" [stale-warning-message] other = "This translation may be out of date. To help with the translations please access the" [translation-instance] other = "FreeBSD translations instance" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" [h-about] other = "About" [h-freebsd] other = "FreeBSD" [h-freebsd-foundation] other = "FreeBSD Foundation" [h-code-of-conduct] other = "Code of Conduct" [h-get-freebsd] other = "Get FreeBSD" [h-release-information] other = "Release Information" [h-release-engineering] other = "Release Engineering" [h-security-advisories] other = "Security Advisories" [h-documentation] other = "Documentation" [h-documentation-portal] other = "Documentation portal" [h-freebsd-handbook] other = "FreeBSD Handbook" [h-porter-handbook] other = "Porter's Handbook" [h-documentation-handbook] other = "Documentation Project Handbook" [h-manual-pages] other = "Manual pages" [h-presentation-and-papers] other = "Presentations and papers" [h-wiki] other = "Wiki" [h-books] other = "Books" [h-articles] other = "Articles" [h-community] other = "Community" [h-get-involved] other = "Get involved" [h-community-forum] other = "Forum" [h-mailing-lists] other = "Mailing lists" [h-irc-channels] other = "IRC Channels" [h-bug-tracker] other = "Bug Tracker" [h-support] other = "Support" [h-donate] other = "Donate" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Get FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD Frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [f-about] other = "About" [f-freebsd] other = "FreeBSD" [f-freebsd-foundation] other = "FreeBSD Foundation" [f-get-freebsd] other = "Get FreeBSD" [f-code-of-conduct] other = "Code of Conduct" [f-security-advisories] other = "Security Advisories" [f-documentation] other = "Documentation" [f-documentation-portal] other = "Documentation portal" [f-manual-pages] other = "Manual pages" [f-presentation-and-papers] other = "Presentations and papers" [f-previous-versions] other = "Previous versions" [f-44bsd-documents] other = "4.4BSD Documents" [f-wiki] other = "Wiki" [f-community] other = "Community" [f-get-involved] other = "Get involved" [f-community-forum] other = "Community forum" [f-mailing-lists] other = "Mailing lists" [f-irc-channels] other = "IRC Channels" [f-bug-tracker] other = "Bug Tracker" [f-legal] other = "Legal" [f-donations] other = "Donations" [f-licensing] other = "Licensing" [f-privacy-policy] other = "Privacy Policy" [f-legal-notices] other = "Legal notices" [f-all-rights-reserved] other = "The FreeBSD Project. All rights reserved" [f-made-with] other = "Made with" [f-by-freebsd-community] other = "by the FreeBSD Community" # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/es.toml b/documentation/themes/beastie/i18n/es.toml index 82acd0af90..2330482edd 100644 --- a/documentation/themes/beastie/i18n/es.toml +++ b/documentation/themes/beastie/i18n/es.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "El Proyecto FreeBSD" [freebsd-foundation] other = "La Fundación FreeBSD" [freebsd-documentation] other = "Documentación de FreeBSD" [freebsd-documentation-main-desc] other = "FreeBSD es un sistema operativo utilizado en servidores, ordenadores de escritorio y plataformas embebidas." [global-search-placeholder] other = "Buscar en los artículos, libros y guías." [toc] other = "Tabla de contenidos" [resources] other = "Recursos" [download-pdf] other = "Descargar PDF" [edit-page] other = "Editar esta página" [trademarks] other = "Marcas registradas" [books] other = "Libros" [articles] other = "Artículos" [choose-language] other = "Elegir idioma" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentación" [community] other = "Comunidad" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Para empezar" [learn-basics] other = "Más información sobre los conceptos básicos de FreeBSD" [download] other = "Descargar" [download-freebsd] other = "Descargar FreeBSD" [handbook] other = "Manual de FreeBSD" [handbook-desc] other = "Un recurso completo y en constante evolución para los usuarios de FreeBSD" [porters-handbook] other = "Manual de FreeBSD Porter's" [porters-handbook-desc] other = "Una referencia completa sobre el sistema de ports FreeBSD" [faq] other = "FreeBSD FAQ" [faq-desc] other = "Preguntas frecuentes (FAQ) de FreeBSD para 13.X y 12.X" [fdp] other = "Introducción al Proyecto de Documentación" [fdp-desc] other = "Una guía completa sobre cómo empezar a contribuir en la documentación." [books-list] other = "Lista de libros de FreeBSD" [articles-list] other = "Lista de artículos de FreeBSD" [manual-pages] other = "Páginas del Manual" [manual-pages-desc] other = "Páginas del Manual de FreeBSD" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Claro" [dark] other = "Oscuro" [high-contrast] other = "Alto contraste" [previous-versions] other = "Versiones anteriores" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "Acerca de" [legal] other = "Legal" [donations] other = "Donaciones" [legal-notices] other = "Avisos legales" [made-with] other = "Hecho con" [by-freebsd-community] other = "por la comunidad de FreeBSD" [copyright] other = "Todos los derechos reservados." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore una lista completa de artículos de FreeBSD." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Anterior" [next] other = "Siguiente" [home] other = "Inicio" [split-html] other = "HTML dividido" [single-html] other = "HTML completo" [book-chapters] other = "Capítulos del libro" [book-menu] other = "Menú del libro" [list-desc-books] other = "Explore una lista completa de libros de FreeBSD." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Seleccionar un idioma" [current-selection] other = "Selección actual:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD es una marca registrada de la Fundación FreeBSD" [pam] other = "Este artículo fue escrito para el Proyecto FreeBSD por ThinkSec AS y Network Associates Laboratoriesm la División de Investigación de Seguridad de Network Associates, Inc. bajo el contrato N66001-01-C-8035 (“CBOSS) de DARPA/SPAWAR, como parte del programa de investigación DARPA CHATS." [coverity] other = "Coverity es una marca registrada; Coverity Extend, Coverity Prevent y Coverity Prevent SQS son marcas registradas de Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, y ThinkPad son marcas registradas de International Business Machines Corporation en los Estados Unidos de América, otros países, o ambos." [ieee] other = "IEEE, POSIX, y 802 son marcas registradas del Institute of Electrical and Electronics Engineers, Inc. en los Estados Unidos de América." [redhat] other = "Red Hat, RPM, son marcas registradas de Red Hat, Inc. en los Estados Unidos de América y otros países." [3com] other = "3Com y HomeConnect son marcas registradas de 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, y PCnet son marcas registradas de Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash y PostScript son marcas registradas o marcas comerciales de Adobe Systems Incorporated en los Estados Unidos de América y/o otros países." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, y TrueType son marcas comerciales de Apple Inc., registradas en los Estados Unidos de América y otros países." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, y Xeon son marcas registradas de ntel Corporation o sus subsidiarias en los Estados Unidos de América y otros países." [linux] other = "Linux es una marca registrada de Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media y Windows NT son marcas registradas o marcas comerciales de Microsoft Corporation en los Estados Unidos de América y/o otros países." [opengroup] other = "Motif, OSF/1, y UNIX son marcas registradas y IT DialTone y The Open Group son marcas comerciales de The Open Group en los Estados Unidos de América y otros países." [qualcomm] other = "QUALCOMM y Eudora son marcas registradas de QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, y UltraSPARC son marcas registradas de SPARC International, Inc en los Estados Unidos de América y otros países. SPARC International, Inc es propietaria de todas las marcas comerciales SPARC y bajo acuerdos de licencia permite el uso adecuado de estas marcas por parte de sus miembros." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS y VirtualBox son marcas comerciales o marcas registradas de Sun Microsystems, Inc. en los Estados Unidos de América y otros países." [unix] other = "UNIX es una marca registrada de The Open Group en los Estados Unidos de América y otros países." [netbsd] other = "NetBSD es una marca registrada de la Fundación NetBSD." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio son marcas registradas de RealNetworks, Inc." [oracle] other = "Oracle es una marca registrada de Oracle Corporation." [3ware] other = "3ware es una marca registrada de 3ware Inc." [arm] other = "ARM es una marca registrada de ARM Limited." [adaptec] other = "Adaptec es una marca registrada de Adaptec, Inc." [google] other = "Android es una marca registrada de Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, y Times Roman son marcas registradas o marcas comerciales de Heidelberger Druckmaschinen AG en los Estados Unidos de América y otros países." [intuit] other = "Intuit y Quicken son marcas registradas y/o marcas registradas de servicios de Intuit Inc., o uno de sus subsidiarios, en los Estados Unidos de América y otros países." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID y Mylex son marcas registradas o marcas comerciales de LSI Logic Corp." [themathworks] other = "MATLAB es una marca registrada de The MathWorks, Inc." [thomson] other = "SpeedTouch es una marca comercial de Thomson." [vmware] other = "VMware es una marca comercial de VMware, Inc." [wolframresearch] other = "Mathematica es una marca registrada de Wolfram Research, Inc." [xiph] other = "Ogg Vorbis y Xiph.Org son marcas comerciales de Xiph.Org." [xfree86] other = "XFree86 es una marca comercial de The XFree86 Project, Inc." [daemon-news] other = "Este artículo fue publicado originalmente en la edición de Enero de 2000 de DaemonNews. Esta versión del artículo podría incluir actualizaciones de Matt y otros autores para reflejar cambios en la implementación de memoria virtual de FreeBSD." [general] other = "Muchos de los nombres usados por los fabricantes y vendedores para diferenciar sus productos son designados como marcas comerciales. Allí donde estos nombres aparezcan en este documento y el Proyecto FreeBSD fuera consciente de la alegación de marca comercial, los nombres tienen a continuación el símbolo “™” o “®”." diff --git a/documentation/themes/beastie/i18n/fr.toml b/documentation/themes/beastie/i18n/fr.toml index 189d785227..91a9b435b4 100644 --- a/documentation/themes/beastie/i18n/fr.toml +++ b/documentation/themes/beastie/i18n/fr.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "Le Projet FreeBSD" [freebsd-foundation] other = "La fondation FreeBSD" [freebsd-documentation] other = "Documentation FreeBSD" [freebsd-documentation-main-desc] other = "FreeBSD est un système d'exploitation pour les plates-formes de type serveur, station de travail et les systèmes embarqués" [global-search-placeholder] other = "Chercher dans les articles, livres et guides." [toc] other = "Sommaire" [resources] other = "Ressources" [download-pdf] other = "Téléchargement en PDF" [edit-page] other = "Éditer cette page" [trademarks] other = "Marques déposées" [books] other = "Livres" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Communauté" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Débuter" [learn-basics] other = "Apprendre les bases de FreeBSD" [download] other = "Téléchargement" [download-freebsd] other = "Télécharger FreeBSD" [handbook] other = "Manuel de référence" [handbook-desc] other = "Une ressource complète et en constante évolution à destination des utilisateurs de FreeBSD" [porters-handbook] other = "Manuel du porteur d'application" [porters-handbook-desc] other = "Une référence complète sur le système des logiciels portés de FreeBSD" [faq] other = "FAQ FreeBSD" [faq-desc] other = "Questions Fréquemment Posées sur FreeBSD 13.X et 12.X" [fdp] other = "Manuel d'introduction au projet de documentation" [fdp-desc] other = "Un guide complet pour commencer à contribuer à la documentation" [books-list] other = "Liste des livres FreeBSD" [articles-list] other = "Liste des articles FreeBSD" [manual-pages] other = "Pages de manuel" [manual-pages-desc] other = "Pages de manuel FreeBSD" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Clair" [dark] other = "Sombre" [high-contrast] other = "Contraste élevé" [previous-versions] other = "Versions précédentes" [4-4bsd-documents] other = "Documents 4.4BSD" [about] other = "À propos" [legal] other = "Informations légales" [donations] other = "Dons" [legal-notices] other = "Informations légales et Copyright" [made-with] other = "Fait avec" [by-freebsd-community] other = "par la communauté FreeBSD" [copyright] other = "Tous droits réservés." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/hu.toml b/documentation/themes/beastie/i18n/hu.toml index 1b00390645..acb13b242f 100644 --- a/documentation/themes/beastie/i18n/hu.toml +++ b/documentation/themes/beastie/i18n/hu.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "A FreeBSD a FreeBSD Foundation bejegyzett védjegye." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "A Coverity bejegyzett védjegye, a Coverity Extend, Coverity Prevent és Coverity Prevent SQS pedig védjegyei a Coverity, Inc.-nek." [ibm] other = "Az IBM, AIX, OS/2, PowerPC, PS/2, S/390 és ThinkPad az International Business Machines Corporation védjegyei az Egyesült Államokban, más országokban, vagy mindkettõben." [ieee] other = "Az IEEE, POSIX és 802 az Institute of Electrical and Electronics Engineers, Inc. bejegyzett védjegyei az Egyesült Államokban." [redhat] other = "A Red Hat és RPM a Red Hat, Inc. védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban." [3com] other = "A 3Com és HomeConnect a 3Com Corporation bejegyzett védjegyei." [amd] other = "Az AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron és PCnet az Advanced Micro Devices, Inc. védjegyei." [adobe] other = "Az Adobe, Acrobat, Acrobat Reader, és PostScript az Adobe Systems Incorporated bejegyzett védjegyei, vagy védjegyei az Egyesült Államokban és/vagy más országokban." [apple] other = "Az Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, és TrueType az Apple Computer, Inc., bejegyzett védjegyei az Egyesült Államokban és más országokban." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Az Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium és Xeon az Intel Corporation vagy leányvállalatainak védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban." [linux] other = "A Linux Linus Torvalds bejegyzett védjegye." [microsoft] other = "A Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media és Windows NT a Microsoft Corporation bejegyzett veacute;djegyei, vagy védjegyei az Egyesült Államokban és/vagy más országokban." [opengroup] other = "A Motif, OSF/1 és UNIX a The Open Group bejegyzett védjegyei, az IT DialTone és a The Open Group pedig védjegyei az Egyesült államokban és/vagy más országokban." [qualcomm] other = "A QUALCOMM és Eudora a QUALCOMM Incorporated bejegyzett védjegyei." [sparc] other = "A SPARC, SPARC64, és UltraSPARC a SPARC International, Inc védjegyei az Egyesült államokban és más országokban. A SPARC International, Inc birtokolja az összes SPARC védjegyet és annak tagjai között teszi azok megfelelõ használatát elérhetõvé a licencelési megegyezések alapján." [sun] other = "A Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS és VirtualBox a Sun Microsystems, Inc. védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban." [unix] other = "A UNIX a The Open Group bejegyzett védjegye az Egyesült Államokban és más országokban." [netbsd] other = "A NetBSD a NetBSD Foundation bejegyzett védjegye." [realnetworks] other = "A RealNetworks, RealPlayer és RealAudio a RealNetworks, Inc. bejegyzett védjegyei." [oracle] other = "Az Oracle az Oracle Corporation bejegyzett védjegye." [3ware] other = "A 3ware a 3ware Inc. bejegyzett védjegyei." [arm] other = "Az ARM az ARM Limited bejegyzett védjegye." [adaptec] other = "A Adaptec az Adaptec, Inc. bejegyzett védjegye." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "A Heidelberg, Helvetica, Palatino, és Times Roman a Heidelberger Druckmaschinen AG bejegyzett védjegyei, vagy védjegyei az Egyesült Államokban és más országokban." [intuit] other = "Az Intuit és Quicken az Intuit Inc., vagy valamely leányvállalatának bejegyzett védjegyei és/vagy bejegyzett szervizmárkái az Egyesült Államokban és más országokban." [lsilogic] other = "Az LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID és Mylex az LSI Logic Corp. védjegyei vagy bejegyzett védjegyei." [themathworks] other = "A MATLAB a The MathWorks, Inc. bejegyzett védjegye." [thomson] other = "A SpeedTouch a Thomson védjegye." [vmware] other = "A VMware a VMware, Inc. védjegye." [wolframresearch] other = "A Mathematica a Wolfram Research, Inc. védjegye." [xiph] other = "Az Ogg Vorbis és Xiph.Org a Xiph.Org védjegyei." [xfree86] other = "Az XFree86 az XFree86 Project, Inc. védjegye." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "A gyártók és terjesztõk által használt megnevezések közül sok védjegy jogot követel. Ahol ilyen megnevezés tûnik fel ebben a dokumentumban, és a FreeBSD Projektnek tudomása volt a védjegyrõl, a megnevezést a “™” vagy a “®” szimbólum követi." diff --git a/documentation/themes/beastie/i18n/it.toml b/documentation/themes/beastie/i18n/it.toml index 227aea174e..c3b9752c25 100644 --- a/documentation/themes/beastie/i18n/it.toml +++ b/documentation/themes/beastie/i18n/it.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "Documentazione di FreeBSD" [freebsd-documentation-main-desc] other = "FreeBSD è un sistema operativo usato su server moderni, pc desktop e piattaforme integrate." [global-search-placeholder] other = "Cerca in articoli, libri e guide." [toc] other = "Indice" [resources] other = "Risorse" [download-pdf] other = "Scarica PDF" [edit-page] other = "Modifica questa pagina" [trademarks] other = "marchi registrati" [books] other = "Libri" [articles] other = "Articoli" [choose-language] other = "Scegli una lingua" [last-modified] other = "Ultima modifica" [by] other = "da" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentazione" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Come iniziare" [learn-basics] other = "Imparare i fondamenti di FreeBSD" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "Manuale di FreeBSD" [handbook-desc] other = "Una risorsa esauriente e in continua evoluzione per utenti di FreeBSD" [porters-handbook] other = "Manuale del porter di FreeBSD" [porters-handbook-desc] other = "Un manuale di riferimento completo sul sistema dei port di FreeBSD" [faq] other = "FAQ su FreeBSD" [faq-desc] other = "Domande frequenti su FreeBSD per 13.X e 12.X" [fdp] other = "Manuale introduttivo al Documentation Project" [fdp-desc] other = "Una guida completa su come cominciare a dare il proprio contributo alla documentazione" [books-list] other = "Lista di libri su FreeBSD" [articles-list] other = "Lista di articoli su FreeBSD" [manual-pages] other = "Man page" [manual-pages-desc] other = "FreeBSD man page" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "Alto contrasto" [previous-versions] other = "Versioni precedenti" [4-4bsd-documents] other = "Documenti di 4.4BSD" [about] other = "A proposito" [legal] other = "Area legale" [donations] other = "Donazioni" [legal-notices] other = "Note legali" [made-with] other = "Realizzato con" [by-freebsd-community] other = "dalla FreeBSD Community" [copyright] other = "Tutti i diritti riservati." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Esplora una lista esauriente di articoli di FreeBSD" # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Precedente" [next] other = "Successivo" [home] other = "Home" [split-html] other = "HTML suddiviso in pagine multiple" [single-html] other = "HTML in pagina unica" [book-chapters] other = "Capitoli del libro" [book-menu] other = "Indice del libro" [list-desc-books] other = "Esplora una lista esauriente di libri di FreeBSD." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Seleziona una lingua" [current-selection] other = "Selezione corrente:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD è un marchio registrato della FreeBSD Foundation." [pam] other = "Questo articolo è stato scritto per il FreeBSD Project da ThinkSec AS e Network Associates Laboratories, la Security Research Division di Network Associates, Inc. sotto contratto N66001-01-C-8035 (“CBOSS”) DARPA/SPAWAR, come parte del programma di ricerca DARPA CHATS." [coverity] other = "Coverity è un marchio registrato; Coverity Extend, Coverity Prevent e Coverity Prevent SQS sono marchi registrati di Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 e ThinkPad sono marchi della International Business Machines Corporation negli Stati Uniti, in altri paesi, o in entrambi." [ieee] other = "IEEE, POSIX e 802 sono marchi registrati dell'Institute of Electrical and Electronics Engineers, Inc. negli Stati Uniti." [redhat] other = "Red Hat e RPM sono marchi o marchi registrati della Red Hat, Inc. negli Stati Uniti e in altri paesi." [3com] other = "3Com e HomeConnect sono marchi registrati della 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron e PCnet sono marchi della Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader e PostScript sono marchi o marchi registrati della Adobe Systems Incorporated negli Stati Uniti e/o in altri paesi." [apple] other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime e TrueType sono marchi della Apple Computer, Inc., registrati negli Stati Uniti e in altri paesi." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub è un marchio registrato di GitHub Inc., registrato negli Stati Uniti e in altri paesi." [gitlab] other = "GITLAB è un marchio registrato di GitLab Inc. negli Stati Uniti e in altri paesi e regioni." [intel] other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium e Xeon sono marchi o marchi registrati della Intel Corporation o delle sue sussidiarie negli Stati Uniti e in altri paesi." [linux] other = "Linux è un marchio registrato di Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media e Windows NT sono marchi o marchi registrati della Microsoft Corporation negli Stati Uniti e/o in altri paesi." [opengroup] other = "Motif, OSF/1 e UNIX sono marchi registrati e IT DialTone e The Open Group sono marchi del The Open Group negli Stati Uniti e in altri paesi." [qualcomm] other = "QUALCOMM e Eudora sono marchi registrati della QUALCOMM Incorporated." [sparc] other = "Sparc, Sparc64 e UltraSPARC sono marchi SPARC International, Inc negli Stati Uniti e in altri paesi. I prodotti che portano il marchio SPARC sono basati su architettura sviluppata dalla Sun Microsystems, Inc." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice e SunOS sono marchi o marchi registrati della Sun Microsystems, Inc. negli Stati Uniti e in altri paesi." [unix] other = "UNIX è un marchio registrato del The Open Group negli Stati Uniti e in altri paesi." [netbsd] other = "NetBSD è un marchio registrato della Fondazione NetBSD." [realnetworks] other = "RealNetworks, RealPlayer e RealAudio sono marchi registrati della RealNetworks, Inc." [oracle] other = "Oracle è un marchio registrato della Oracle Corporation." [3ware] other = "3ware e Escalade sono marchi registrati della 3ware Inc." [arm] other = "ARM è un marchio registrato della ARM Limited." [adaptec] other = "Adaptec è un marchio registrato della Adaptec, Inc." [google] other = "Android è un marchio registrato di Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino e Times Roman sono marchi o marchi registrati della Heidelberger Druckmaschinen AG negli Stati Uniti e in altri paesi." [intuit] other = "Intuit e Quicken sono marchi registrati e/o marchi di servizi registrati della Intuit Inc., o una delle sue sussidiarie, negli Stati Uniti e in altri paesi." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID e Mylex sono marchi o marchi registrati della LSI Logic Corp." [themathworks] other = "MATLAB è un marchio registrato della The MathWorks, Inc." [thomson] other = "SpeedTouch è un marchio di Thomson." [vmware] other = "VMware è un marchio della VMware, Inc." [wolframresearch] other = "Mathematica è un marchio registrato della Wolfram Research, Inc." [xiph] other = "Ogg Vorbis e Xiph.Org sono marchi di Xiph.Org." [xfree86] other = "XFree86 è un marchio della The XFree86 Project, Inc." [daemon-news] other = "Questo articolo è stato publicato originalmente nel numero di gennaio 2000 di DaemonNews. Questa versione dell'articolo può includere aggiornamenti da Matt e da altri autori per seguire le modifiche dell'implementazione della memoria virtuale di FreeBSD." [general] other = "Molti dei nomi identificativi usati dai produttori e dai venditori per distinguere i loro prodotti sono anche dei marchi. Quando questi nomi appaiono nel documento, e il FreeBSD Project è al corrente del marchio, vengono fatti seguire dal simbolo “™” o “®”." diff --git a/documentation/themes/beastie/i18n/ja.toml b/documentation/themes/beastie/i18n/ja.toml index ea52c990c7..cb19b3fdbf 100644 --- a/documentation/themes/beastie/i18n/ja.toml +++ b/documentation/themes/beastie/i18n/ja.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD ドキュメンテーション" [freebsd-documentation-main-desc] other = "FreeBSD は、最新のサーバ、デスクトップおよび組み込みプラットフォーム用のオペレーティングシステムです。" [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "目次" [resources] other = "リソース" [download-pdf] other = "PDF 版のダウンロード" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "最終更新日" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "さあ、始めよう!" [learn-basics] other = "FreeBSD の基礎知識を学ぶ" [download] other = "ダウンロード" [download-freebsd] other = "FreeBSD を入手する" [handbook] other = "FreeBSD ハンドブック" [handbook-desc] other = "絶えず進化している FreeBSD ユーザのための包括的な情報源" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "マニュアルページ" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "寄付" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD は The FreeBSD Foundation の登録商標です。" [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity は登録商標です; Coverity Extend, Coverity Prevent および Coverity Prevent SQS は、Coverity, Inc. の商標です。" [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 および ThinkPad は アメリカ合衆国、その他の国、または両方における International Business Machines Corporation の商標です。" [ieee] other = "IEEE, POSIX および 802 は アメリカ合衆国における Institute of Electrical and Electronics Engineers, Inc. の登録商標です。" [redhat] other = "Red Hat, RPM は アメリカ合衆国およびその他の国における Red Hat, Inc. の商標または登録商標です。" [3com] other = "3Com および HomeConnect は 3Com Corporation の登録商標です。" [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron および PCnet は Advanced Micro Devices, Inc. の商標です。" [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash および PostScript は アメリカ合衆国および/またはその他の国の Adobe Systems Incorporated の登録商標または商標です。" [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime および TrueType は Apple Inc. の商標で、 アメリカ合衆国およびその他の国で登録されています。" [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium および Xeon はアメリカ合衆国およびその他の国における Intel Corporation またはその関連会社の商標または登録商標です。" [linux] other = "Linux は Linus Torvalds の登録商標です。" [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media および Windows NT は アメリカ合衆国および/またはその他の国における Microsoft Corporation の登録商標または商標です。" [opengroup] other = "Motif, OSF/1 および UNIX は アメリカ合衆国およびその他の国における The Open Group の登録商標で、 IT DialTone および The Open Group は同じく商標です。" [qualcomm] other = "QUALCOMM および Eudora は QUALCOMM Incorporated の登録商標です。" [sparc] other = "SPARC, SPARC64 および UltraSPARC はアメリカ合衆国およびその他の国における SPARC International, Inc. の商標です。SPARC International, Inc は、すべての SPARC 商標を所有しています。また、ライセンス許諾契約のもとで、そのメンバーは、これらの商標を適切な範囲で使用することができます。" [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS および VirtualBox は アメリカ合衆国およびその他の国における Sun Microsystems, Inc. の 商標または登録商標です。" [unix] other = "UNIX は アメリカ合衆国およびその他の国における The Open Group の登録商標です。" [netbsd] other = "NetBSD は the NetBSD Foundation の登録商標です。" [realnetworks] other = "RealNetworks, RealPlayer および RealAudio は RealNetworks, Inc. の登録商標です。" [oracle] other = "Oracle は Oracle Corporation の登録商標です。" [3ware] other = "3ware は 3ware Inc. の登録商標です。" [arm] other = "ARM は ARM Limited の登録商標です。" [adaptec] other = "Adaptec は Adaptec, Inc. の登録商標です。" [google] other = "Android は Google Inc. の商標です。" [heidelberger] other = "Heidelberg, Helvetica, Palatino, および Times Roman はアメリカ合衆国およびその他の国における Heidelberger Druckmaschinen AG の登録商標または商標です。" [intuit] other = "Intuit および Quicken は アメリカ合衆国およびその他の国における Intuit Inc. またはその関連会社の 商標および/または登録商標です。" [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID および Mylex は LSI Logic Corp. の商標または登録商標です。" [themathworks] other = "MATLAB は The MathWorks, Inc. の登録商標です。" [thomson] other = "SpeedTouch は Thomson の商標です。" [vmware] other = "VMware は VMware, Inc. の商標です。" [wolframresearch] other = "Mathematica は Wolfram Research, Inc. の登録商標です。" [xiph] other = "Ogg Vorbis および Xiph.Org は Xiph.Org の商標です。" [xfree86] other = "XFree86 は The XFree86 Project, Inc. の商標です。" [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "製造者および販売者が製品を区別するのに 用いている表示の多くは、商標とされています。この文書に登場する表示のうち FreeBSD Project がその商標を確認しているものには、その表示に続いて“™” または “®” 記号がおかれています。" diff --git a/documentation/themes/beastie/i18n/ko.toml b/documentation/themes/beastie/i18n/ko.toml index 426f9f42ce..edc3eb986b 100644 --- a/documentation/themes/beastie/i18n/ko.toml +++ b/documentation/themes/beastie/i18n/ko.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/mn.toml b/documentation/themes/beastie/i18n/mn.toml index 4be6fcd9af..218b61786e 100644 --- a/documentation/themes/beastie/i18n/mn.toml +++ b/documentation/themes/beastie/i18n/mn.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD нь FreeBSD Сангийн бүртгэгдсэн худалдааны тэмдэг юм." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity нь бүртгэгдсэн худалдааны тэмдэг бөгөөд Coverity Extend, Coverity Prevent болон Coverity Prevent SQS нь Coverity Inc-ийн худалдааны тэмдэгнүүд юм." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, болон ThinkPad нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь International Business Machines корпорацийн худалдааны тэмдэгнүүд юм." [ieee] other = "IEEE, POSIX, болон 802 нь Америкийн Нэгдсэн Улс дахь Institute of Electrical and Electronics Engineers буюу Цахилгаан ба Электроны Инженерүүдийн Сургуулийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [redhat] other = "Red Hat, RPM, нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Red Hat, Inc-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм." [3com] other = "3Com болон HomeConnect нь 3Com Корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [amd] other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, болон PCnet нь Advanced Micro Devices, Inc-ийн худалдааны тэмдэгнүүд юм." [adobe] other = "Adobe, Acrobat, Acrobat Reader, болон PostScript нь бүртгэгдсэн худалдааны тэмдэгнүүд эсвэл Adobe Systems Incorporated-ийн Америкийн Нэгдсэн Улс ба/эсвэл бусад улсууд дахь худалдааны тэмдэгнүүд юм." [apple] other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, болон TrueType нь Америкийн Нэгдсэн Улс ба/эсвэл бусад улсуудад бүртгэгдсэн Apple Computer, Inc.-ийн худалдааны тэмдэгнүүд юм." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, болон Xeon нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Intel корпораци эсвэл түүний салбаруудын худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм." [linux] other = "Линукс нь Линус Торвалдсын бүртгэгдсэн худалдааны тэмдэг юм." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media болон Windows NT нь Америкийн Нэгдсэн Улс ба/эсвэл бусад улсууд дахь Microsoft корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд эсвэл худалдааны тэмдэгнүүд юм." [opengroup] other = "Motif, OSF/1, болон UNIX нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь The Open Group-ийн бүртгэгдсэн худалдааны тэмдэгнүүд бөгөөд IT DialTone ба The Open Group нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь The Open Group-ийн худалдааны тэмдэгнүүд юм." [qualcomm] other = "QUALCOMM болон Eudora нь QUALCOMM Incorporated-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [sparc] other = "Sparc, Sparc64, болон UltraSPARC нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь SPARC International, Inc-ийн худалдааны тэмдэгнүүд юм. SPARC худалдааны тэмдэгнүүдийг зүүсэн бүтээгдэхүүнүүд нь Sun Microsystems, Inc-ийн хөгжүүлсэн архитектур дээр суурилсан байдаг." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice, SunOS болон VirtualBox нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Sun Microsystems, Inc-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм." [unix] other = "UNIX нь АНУ болон бусад улсууд дахь The Open Group-ийн бүртгэгдсэн худалдааны тэмдэг юм." [netbsd] other = "NetBSD нь NetBSD сангийн бүртгэгдсэн худалдааны тэмдэг юм." [realnetworks] other = "RealNetworks, RealPlayer, болон RealAudio нь RealNetworks, Inc.-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [oracle] other = "Oracle нь Oracle корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [3ware] other = "3ware болон Escalade нь 3ware Inc-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм." [arm] other = "ARM нь ARM Limited-ийн бүртгэгдсэн худалдааны тэмдэг юм." [adaptec] other = "Adaptec нь Adaptec, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, болон Times Roman нь АНУ болон бусад улсууд дахь Heidelberger Druckmaschinen AG-ийн бүртгэгдсэн худалдааны тэмдэгнүүд, аль эсвэл худалдааны тэмдэгнүүд юм." [intuit] other = "Intuit болон Quicken нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Intuit Inc. эсвэл түүний аль нэг салбаруудын бүртгэгдсэн тэмдэгнүүд ба/эсвэл бүртгэгдсэн үйлчилгээний тэмдэгнүүд юм." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID болон Mylex нь LSI Logic Corp-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм." [themathworks] other = "MATLAB нь The MathWorks, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм." [thomson] other = "SpeedTouch нь Thomson-ий худалдааны тэмдэг юм." [vmware] other = "VMware нь VMware, Inc-ийн худалдааны тэмдэг юм." [wolframresearch] other = "Mathematica нь Wolfram Research, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм." [xiph] other = "Ogg Vorbis болон Xiph.Org нь Xiph.Org-ийн худалдааны тэмдэгнүүд юм." [xfree86] other = "XFree86 нь XFree86 Project, Inc-ийн худалдааны тэмдэг юм." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Үйлдвэрлэгчид болон худалдаалагчдын өөрийнхөө бүтээгдэхүүнүүддээ ашигладаг тэмдэгнүүдийн олонхи нь худалдааны тэмдэг гэж хэлэгддэг. Тийм худалдааны тэмдэгнүүд энэ баримтад гарч байх үед, FreeBSD төсөлд худалдааны тэмдэг мэдэгдэж байвал тэмдэгнүүд дээр “™” эсвэл “®” тэмдэгт нэмэгддэг." diff --git a/documentation/themes/beastie/i18n/nl.toml b/documentation/themes/beastie/i18n/nl.toml index a6c9cd516e..6a2e71de7d 100644 --- a/documentation/themes/beastie/i18n/nl.toml +++ b/documentation/themes/beastie/i18n/nl.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is een geregistreerd handelsmerk van de FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is een geregistreerd handelsmerk; Coverity Extend, Coverity Prevent en Coverity Prevent SQS zijn handelsmerken van Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, en ThinkPad zijn handelsmerken van International Business Machines Corporation in de Verenigde Staten, andere landen, of beide." [ieee] other = "IEEE, POSIX, en 802 zijn geregistreerde handelsmerken van Institute of Electrical and Electronics Engineers, Inc. in de Verenigde Staten." [redhat] other = "Red Hat, RPM, zijn handelsmerken of geregistreerde handelsmerken van Red Hat, Inc. in de Verenigde Staten en andere landen." [3com] other = "3Com en HomeConnect zijn geregistreerde handelsmerken van 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, en PCnet zijn handelsmerken van Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, en PostScript zijn òfwel geregistreerde handelsmerken òf handelsmerken van Adobe Systems Incorporated in de Verenigde Staten en/of andere landen." [apple] other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, en TrueType zijn handelsmerken van Apple Computer, Inc., geregistreerd in de Verenigde Staten en andere landen." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, en Xeon zijn handelsmerken of geregistreerde handelsmerken van Intel Corporation of haar dochterondernemingen in de Verenigde Staten en andere landen." [linux] other = "Linux is een geregistreerd handelsmerk van Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media en Windows NT zijn òfwel geregistreerde handelsmerken òf handelsmerken van Microsoft Corporation in de Verenigde Staten en/of andere landen." [opengroup] other = "Motif, OSF/1, en UNIX zijn geregistreerde handelsmerken en IT DialTone en The Open Group zijn handelsmerken van The Open Group in de Verenigde Staten en andere landen." [qualcomm] other = "QUALCOMM en Eudora zijn geregistreerde handelsmerken van QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, en UltraSPARC zijn handelsmerken van SPARC International, Inc. in de Verenigde Staten en andere landen. SPARC International, Inc. bezit alle handelsmerken van SPARC en staat onder licentie het juiste gebruik van deze handelsmerken toe door zijn leden." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS en VirtualBox zijn handelsmerken of geregistreerde handelsmerken van Sun Microsystems, Inc. in de Verenigde Staten en andere landen." [unix] other = "UNIX is een geregistreerd handelsmerk van The Open Group in de Verenigde Staten en andere landen." [netbsd] other = "NetBSD is een geregistreerd handelsmerk van de NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, en RealAudio zijn de geregistreerde handelsmerken van RealNetworks, Inc." [oracle] other = "Oracle is een geregistreerd handelsmerk van Oracle Corporation." [3ware] other = "3ware en Escalade zijn geregistreerde handelsmerken van 3ware Inc." [arm] other = "ARM is een geregistreerd handelsmerk van ARM Limited." [adaptec] other = "Adaptec is een geregistreerd handelsmerk van Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, en Times Roman zijn òfwel geregistreerde handelsmerken òf handelsmerken van Heidelberger Druckmaschinen AG in de Verenigde Staten en andere landen." [intuit] other = "Intuit en Quicken zijn geregistreerde handelsmerken en/of geregistreerde dienstmerken van Intuit Inc., of een van haar dochterondernemingen, in de Verenigde Staten en andere landen." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID en Mylex zijn handelsmerken of geregistreerde handelsmerken van LSI Logic Corp." [themathworks] other = "MATLAB is een geregistreerd handelsmerk van The MathWorks, Inc." [thomson] other = "SpeedTouch is een handelsmerk van Thomson." [vmware] other = "VMware is een handelsmerk van VMware, Inc." [wolframresearch] other = "Mathematica is een geregistreerd handelsmerk van Wolfram Research, Inc." [xiph] other = "Ogg Vorbis en Xiph.Org zijn handelsmerken van Xiph.Org." [xfree86] other = "XFree86 is een handelsmerk van The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Veel van de termen die door fabrikanten en verkopers worden gebruikt om hun producten te onderscheiden worden geclaimd als handelsmerk. Op de plaatsen waar deze handelsmerken in dit document voorkomen, en het &os; Project op de hoogte was van de claim op het handelsmerk, worden de termen gevolgd door het symbool “™” of het symbool “®”." diff --git a/documentation/themes/beastie/i18n/pl.toml b/documentation/themes/beastie/i18n/pl.toml index 426f9f42ce..edc3eb986b 100644 --- a/documentation/themes/beastie/i18n/pl.toml +++ b/documentation/themes/beastie/i18n/pl.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/pt-br.toml b/documentation/themes/beastie/i18n/pt-br.toml index 2db88d801d..448774c675 100644 --- a/documentation/themes/beastie/i18n/pt-br.toml +++ b/documentation/themes/beastie/i18n/pt-br.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "O Projeto FreeBSD" [freebsd-foundation] other = "A Fundação FreeBSD" [freebsd-documentation] other = "Documentação do FreeBSD" [freebsd-documentation-main-desc] other = "O FreeBSD é um sistema operacional usado para servidores modernos, desktops e plataformas embarcadas." [global-search-placeholder] other = "Pesquise nos artigos, livros e guias." [toc] other = "Índice" [resources] other = "Recursos" [download-pdf] other = "Download PDF" [edit-page] other = "Edite essa página" [trademarks] other = "trademarks" [books] other = "Livros" [articles] other = "Artigos" [choose-language] other = "Escolha o idioma" [last-modified] other = "Última alteração em" [by] other = "por" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentação" [community] other = "Comunidade" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Primeiros passos" [learn-basics] other = "Aprenda sobre os fundamentos do FreeBSD" [download] other = "Download" [download-freebsd] other = "Baixe o FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "Um recurso abrangente e em constante evolução para usuários do FreeBSD" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "Uma referência completa sobre o sistema de ports do FreeBSD" [faq] other = "FreeBSD FAQ" [faq-desc] other = "Perguntas Frequentes (FAQ) para o FreeBSD 13.X e 12.X" [fdp] other = "Primer do Projeto de Documentação" [fdp-desc] other = "Um guia completo sobre como começar a contribuir com a documentação" [books-list] other = "Lista de livros do FreeBSD" [articles-list] other = "Lista de artigos do FreeBSD" [manual-pages] other = "Páginas de Manual" [manual-pages-desc] other = "Páginas de Manual do FreeBSD" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "Alto contraste" [previous-versions] other = "Versões anteriores" [4-4bsd-documents] other = "Documentos 4.4BSD" [about] other = "Sobre" [legal] other = "Legal" [donations] other = "Doações" [legal-notices] other = "Informações legais e Copyright" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "Todos os direitos reservados." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore uma lista abrangente de artigos do FreeBSD." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Anterior" [next] other = "Próximo" [home] other = "Início" [split-html] other = "HTML dividido" [single-html] other = "HTML único" [book-chapters] other = "Capítulos" [book-menu] other = "Menu" [list-desc-books] other = "Explore uma lista abrangente de livros do FreeBSD." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Selecione um idioma" [current-selection] other = "Seleção atual:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/ru.toml b/documentation/themes/beastie/i18n/ru.toml index ad49eb685c..187a9c1954 100644 --- a/documentation/themes/beastie/i18n/ru.toml +++ b/documentation/themes/beastie/i18n/ru.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD это зарегистрированная торговая марка FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 и ThinkPad это торговые марки International Business Machines Corporation в Соединенных Штатах, других странах, или по всему миру." [ieee] other = "IEEE, POSIX и 802 это зарегистрированные торговые марки Institute of Electrical and Electronics Engineers, Inc. в Соединенных Штатах." [redhat] other = "Red Hat и RPM это торговые марки или зарегистрированные торговые марки Red Hat, Inc. в Соединенных Штатах и других странах." [3com] other = "3Com и HomeConnect это зарегистрированные торговые марки 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, и PCnet это торговые марки Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader и PostScript это или зарегистрированные торговые марки или торговые марки Adobe Systems Incorporated в Соединенных Штатах и/или других странах." [apple] other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime и TrueType это торговые марки Apple Computer, Inc., зарегистрированные в Соединенных Штатах и других странах." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium и Xeon это торговые марки или зарегистрированные торговые марки Intel Corporation или ее дочерних компаний в Соединенных Штатах и других странах." [linux] other = "Linux это зарегистрированная торговая марка Linus Torvalds." [microsoft] other = "Microsoft, FrontPage, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media и Windows NT это или зарегистрированные торговые марки или торговые марки Microsoft Corporation в Соединенных Штатах и/или других странах." [opengroup] other = "Motif, OSF/1 и UNIX это зарегистрированные торговые марки, а IT DialTone и The Open Group это торговые марки Open Group в Соединенных Штатах и других странах." [qualcomm] other = "QUALCOMM и Eudora это зарегистрированные торговые марки QUALCOMM Incorporated." [sparc] other = "Sparc, Sparc64, и UltraSPARC это торговые марки SPARC International, Inc в Соединенных Штатах и других странах. Продукты с торговой маркой SPARC основаны на архитектуре, разработанной Sun Microsystems, Inc." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice, SunOS это торговые марки или зарегистрированные торговые марки Sun Microsystems, Inc. в Соединенных Штатах и других странах." [unix] other = "Unix это зарегистрированная торговая марка Open Group в Соединенных Штатах и других странах." [netbsd] other = "NetBSD это зарегистрированная торговая марка NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer и RealAudio это зарегистрированные торговые марки RealNetworks, Inc." [oracle] other = "Oracle это зарегистрированная торговая марка Oracle Corporation." [3ware] other = "3ware и Escalade это зарегистрированные торговые марки 3ware Inc." [arm] other = "ARM это зарегистрированная торговая марка ARM Limited." [adaptec] other = "Adaptec это зарегистрированная торговая марка Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino и Times Roman это или зарегистрированные торговые марки или торговые марки Heidelberger Druckmaschinen AG в США и других странах." [intuit] other = "Intuit и Quicken это зарегистрированные торговые марки и/или зарегистрированные сервис марки Intuit Inc., или одной из ее дочерних компаний в Соединенных Штатах и других странах." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID и Mylex это торговые марки или зарегистрированные торговые марки LSI Logic Corp." [themathworks] other = "MATLAB это зарегистрированная торговая марки MathWorks, Inc." [thomson] other = "SpeedTouch это торговая марка Thomson." [vmware] other = "VMware это торговая марка VMware, Inc." [wolframresearch] other = "Mathematica это зарегистрированная торговая марки Wolfram Research, Inc." [xiph] other = "Ogg Vorbis и Xiph.Org это торговые марки Xiph.Org." [xfree86] other = "XFree86 это торговая марка XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Многие из обозначений, используемые производителями и продавцами для обозначения своих продуктов, заявляются в качестве торговых марок. Когда такие обозначения появляются в этом документе, и Проекту FreeBSD известно о торговой марке, к обозначению добавляется знак “™” или “®”." diff --git a/documentation/themes/beastie/i18n/tr.toml b/documentation/themes/beastie/i18n/tr.toml index 426f9f42ce..edc3eb986b 100644 --- a/documentation/themes/beastie/i18n/tr.toml +++ b/documentation/themes/beastie/i18n/tr.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD is a registered trademark of the FreeBSD Foundation." [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc." [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both." [ieee] other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States." [redhat] other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries." [3com] other = "3Com and HomeConnect are registered trademarks of 3Com Corporation." [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc." [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries." [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries." [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries." [linux] other = "Linux is a registered trademark of Linus Torvalds." [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries." [opengroup] other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries." [qualcomm] other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated." [sparc] other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members." [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries." [unix] other = "UNIX is a registered trademark of The Open Group in the United States and other countries." [netbsd] other = "NetBSD is a registered trademark of the NetBSD Foundation." [realnetworks] other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc." [oracle] other = "Oracle is a registered trademark of Oracle Corporation." [3ware] other = "3ware is a registered trademark of 3ware Inc." [arm] other = "ARM is a registered trademark of ARM Limited." [adaptec] other = "Adaptec is a registered trademark of Adaptec, Inc." [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries." [intuit] other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries." [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp." [themathworks] other = "MATLAB is a registered trademark of The MathWorks, Inc." [thomson] other = "SpeedTouch is a trademark of Thomson." [vmware] other = "VMware is a trademark of VMware, Inc." [wolframresearch] other = "Mathematica is a registered trademark of Wolfram Research, Inc." [xiph] other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org." [xfree86] other = "XFree86 is a trademark of The XFree86 Project, Inc." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol." diff --git a/documentation/themes/beastie/i18n/zh-cn.toml b/documentation/themes/beastie/i18n/zh-cn.toml index 1d06a3ef12..db6a1e628e 100644 --- a/documentation/themes/beastie/i18n/zh-cn.toml +++ b/documentation/themes/beastie/i18n/zh-cn.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "The FreeBSD Project" [freebsd-foundation] other = "The FreeBSD Foundation" [freebsd-documentation] other = "FreeBSD Documentation" [freebsd-documentation-main-desc] other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms." [global-search-placeholder] other = "Search in the articles, books and guides." [toc] other = "Table of Contents" [resources] other = "Resources" [download-pdf] other = "Download PDF" [edit-page] other = "Edit this page" [trademarks] other = "trademarks" [books] other = "Books" [articles] other = "Articles" [choose-language] other = "Choose language" [last-modified] other = "Last modified on" [by] other = "by" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "Documentation" [community] other = "Community" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "Getting started" [learn-basics] other = "Learn about FreeBSD basics" [download] other = "Download" [download-freebsd] other = "Download FreeBSD" [handbook] other = "FreeBSD Handbook" [handbook-desc] other = "A constantly evolving, comprehensive resource for FreeBSD users" [porters-handbook] other = "FreeBSD Porter's Handbook" [porters-handbook-desc] other = "A complete reference about the FreeBSD ports system" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X" [fdp] other = "Documentation Project Primer" [fdp-desc] other = "A complete guide about how to start contributing to the documentation" [books-list] other = "List of FreeBSD books" [articles-list] other = "List of FreeBSD articles" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "Light" [dark] other = "Dark" [high-contrast] other = "High contrast" [previous-versions] other = "Previous versions" [4-4bsd-documents] other = "4.4BSD Documents" [about] other = "About" [legal] other = "Legal" [donations] other = "Donations" [legal-notices] other = "Legal notices" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "All rights reserved." # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "Explore a comprehensive list of FreeBSD articles." # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD 是 FreeBSD 基金会的注册商标" [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity 是一个注册商标; Coverity Extend, Coverity Prevent 和 Coverity Prevent SQS 是 Coverity 公司的注册商标。" [ibm] other = "IBM、 AIX、 OS/2、 PowerPC、 PS/2、 S/390 以及 ThinkPad 是国际商用机器公司在美国和其他国家的注册商标或商标。" [ieee] other = "IEEE, POSIX, 和 802 是 Institute of Electrical and Electronics Engineers, Inc. 在美国的注册商标。" [redhat] other = "Red Hat, RPM, 是 Red Hat, Inc. 在美国和其他国家的注册商标。" [3com] other = "3Com 和 HomeConnect 是 3Com Corporation 的注册商标。" [amd] other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, 和 PCnet 是 Advanced Micro Devices, Inc. 的商标。" [adobe] other = "Adobe、 Acrobat、 Acrobat Reader、 Flash, 以及 PostScript 是 Adobe Systems Incorporated 在美国和/或其他国家的商标或注册商标。" [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, 以及 TrueType 是 Apple Inc. 在美国以及其他国家的注册商标。" [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, 和 Xeon 是 Intel Corporation 及其分支机构在美国和其他国家的商标或注册商标。" [linux] other = "Linux 是 Linus Torvalds 的注册商标。" [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media, 和 Windows NT 是 Microsoft Corporation 在美国和/或其他国家的商标或注册商标。" [opengroup] other = "Motif, OSF/1, 和 UNIX 是 The Open Group 在美国和其他国家的注册商标; IT DialTone 和 The Open Group 是其商标。" [qualcomm] other = "QUALCOMM 和 Eudora 是 QUALCOMM Incorporated 的注册商标。" [sparc] other = "SPARC、 SPARC64, 以及 UltraSPARC 是 SPARC International, Inc 在美国和其他国家的商标。SPARC International, Inc 拥有所有 SPARC 商标的相关权利,并以许可证形式允许其会员以适当形式使用这些商标。" [sun] other = "Sun、 Sun Microsystems、 Java、 Java Virtual Machine、 JDK、 JRE、 JSP、 JVM、 Netra、 OpenJDK、 Solaris、 StarOffice、 SunOS 以及 VirtualBox 是 Sun Microsystems, Inc. 在美国和其他国家的商标或注册商标。" [unix] other = "UNIX是 Open Group 在美国和其它国家的注册商标。" [netbsd] other = "NetBSD是 NetBSD Foundation的注册商标。" [realnetworks] other = "RealNetworks, RealPlayer, 和 RealAudio 是 RealNetworks, Inc. 的注册商标。" [oracle] other = "Oracle 是 Oracle Corporation 的注册商标。" [3ware] other = "3ware 是 3ware Inc 的注册商标。" [arm] other = "ARM 是 ARM Limited. 的注册商标。" [adaptec] other = "Adaptec 是 Adaptec, Inc. 的注册商标。" [google] other = "Android 是 Google Inc 的注册商标。" [heidelberger] other = "Heidelberg、 Helvetica、 Palatino 以及 Times Roman 是 Heidelberger Druckmaschinen AG 在美国和其他国家的商标或注册商标。" [intuit] other = "Intuit 和 Quicken 是 Intuit Inc., 或其子公司在美国和其他国家的商标或注册商标。" [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID 和 Mylex 是 LSI Logic Corp 的商标或注册商标。" [themathworks] other = "MATLAB 是 The MathWorks, Inc. 的注册商标。" [thomson] other = "SpeedTouch 是 Thomson 的商标。" [vmware] other = "VMware 是 VMware, Inc. 的商标" [wolframresearch] other = "Mathematica 是 Wolfram Research, Inc 的注册商标。" [xiph] other = "Ogg Vorbis 和 Xiph.Org 是 Xiph.Org 的商标。" [xfree86] other = "XFree86 是 The XFree86 Project, Inc 的商标。." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "许多制造商和经销商使用一些称为商标的图案或文字设计来彰显自己的产品。 本文档中出现的, 为 FreeBSD Project 所知晓的商标,后面将以 “™” 或 “®” 符号来标注。" diff --git a/documentation/themes/beastie/i18n/zh-tw.toml b/documentation/themes/beastie/i18n/zh-tw.toml index 38234e8756..000f75ff9a 100644 --- a/documentation/themes/beastie/i18n/zh-tw.toml +++ b/documentation/themes/beastie/i18n/zh-tw.toml @@ -1,314 +1,317 @@ # --------------------------------------------------- # Global # --------------------------------------------------- [freebsd] other = "FreeBSD" [freebsd-project] other = "FreeBSD 計畫" [freebsd-foundation] other = "FreeBSD 基金會" [freebsd-documentation] other = "FreeBSD 文件" [freebsd-documentation-main-desc] other = "FreeBSD 是用於現代伺服器、桌面環境和嵌入式平台的作業系統。" [global-search-placeholder] other = "在文章、書籍和指引中搜尋。" [toc] other = "目錄" [resources] other = "資源" [download-pdf] other = "下載 PDF" [edit-page] other = "編輯此頁" [trademarks] other = "註冊商標" [books] other = "書籍" [articles] other = "文章" [choose-language] other = "選擇語言" [last-modified] other = "最後修改於" [by] other = "由" [search] other = "Search" # --------------------------------------------------- # Header # --------------------------------------------------- [documentation] other = "文件" [community] other = "社群" # --------------------------------------------------- # Main page # --------------------------------------------------- [getting-started] other = "入門" [learn-basics] other = "學習 FreeBSD 基礎" [download] other = "下載" [download-freebsd] other = "下載 FreeBSD" [handbook] other = "FreeBSD 使用手冊" [handbook-desc] other = "持續演進的 FreeBSD 使用者綜合資源" [porters-handbook] other = "FreeBSD Porter 手冊" [porters-handbook-desc] other = "FreeBSD ports 系統的完整參考資料" [faq] other = "FreeBSD FAQ" [faq-desc] other = "FreeBSD 13.X 與 12.X 常見問題集" [fdp] other = "文件計畫入門書" [fdp-desc] other = "如何開始文件貢獻的完整指引" [books-list] other = "FreeBSD 書籍清單" [articles-list] other = "FreeBSD 文章清單" [manual-pages] other = "Manual pages" [manual-pages-desc] other = "FreeBSD Manual Pages" # --------------------------------------------------- # Footer # --------------------------------------------------- +[system] +other = "System" + [light] other = "淺色" [dark] other = "深色" [high-contrast] other = "高對比" [previous-versions] other = "先前版本" [4-4bsd-documents] other = "4.4BSD 文件" [about] other = "關於" [legal] other = "法律" [donations] other = "捐贈" [legal-notices] other = "法律聲明" [made-with] other = "Made with" [by-freebsd-community] other = "by the FreeBSD Community" [copyright] other = "保留所有權利" # --------------------------------------------------- # Articles page # --------------------------------------------------- [list-desc-articles] other = "探索 FreeBSD 文章綜合清單。" # --------------------------------------------------- # Books page # --------------------------------------------------- [prev] other = "Prev" [next] other = "Next" [home] other = "Home" [split-html] other = "Split HTML" [single-html] other = "Single HTML" [book-chapters] other = "Book chapters" [book-menu] other = "Book menu" [list-desc-books] other = "Explore a comprehensive list of FreeBSD books." # --------------------------------------------------- # Languages page # --------------------------------------------------- [select-language] other = "Select a language" [current-selection] other = "Current selection:" # --------------------------------------------------- # Copyright # --------------------------------------------------- [freebsd-copyright] other = "FreeBSD 是 FreeBSD 基金會的註冊商標。" [pam] other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program." [coverity] other = "Coverity 是註冊商標。而 Coverity Extend、Coverity Prevent、Coverity Prevent SQS 是 Coverity, Inc. 的註冊商標。" [ibm] other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 以及 ThinkPad 是 International Business Machines Corporation 在美國和其他國家的商標。" [ieee] other = "IEEE, POSIX 以及 802 是 Institute of Electrical and Electronics Engineers, Inc. 在美國的註冊商標。" [redhat] other = "Red Hat, RPM, 是 Red Hat, Inc. 在美國和其他國家的註冊商標。" [3com] other = "3Com 和 HomeConnect 是 3Com Corporation 的註冊商標。" [amd] other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, 和 PCnet 是 Advanced Micro Devices, Inc. 的商標。" [adobe] other = "Adobe, Acrobat, Acrobat Reader, Flash 以及 PostScript 是 Adobe Systems Incorporated 在美國和/或其他國家的商標或註冊商標。" [apple] other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime 以及 TrueType 是 Apple Inc. 在美國以及其他國家的註冊商標。" [git] other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries." [github] other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries." [gitlab] other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions." [intel] other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium 以及 Xeon 是 Intel Corporation 及其分支機構在美國和其他國家的商標或註冊商標。" [linux] other = "Linux 是 Linus Torvalds 的註冊商標。" [microsoft] other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media 以及 Windows NT 是 Microsoft Corporation 在美國和/或其他國家的商標或註冊商標。" [opengroup] other = "Motif, OSF/1, 和 UNIX 是 The Open Group 在美國和其他國家的註冊商標; IT DialTone 和 The Open Group 是其商標。" [qualcomm] other = "QUALCOMM 和 Eudora 是 QUALCOMM Incorporated 的註冊商標。" [sparc] other = "Sparc, Sparc64, 以及 UltraSPARC 是 SPARC International, Inc 在美國和其他國家的商標。為 Sun Microsystems, Inc. 所開發的架構,包含 SPARC 商標的產品。" [sun] other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS 以及 VirtualBox 是 Sun Microsystems, Inc. 在美國和其他國家的商標或註冊商標。" [unix] other = "Motif, OSF/1 以及 UNIX 是 The Open Group 在美國和其他國家的註冊商標; IT DialTone 和 The Open Group 是其商標。" [netbsd] other = "NetBSD是 NetBSD Foundation的註冊商標。" [realnetworks] other = "RealNetworks, RealPlayer, 和 RealAudio 是 RealNetworks, Inc. 的註冊商標。" [oracle] other = "Oracle 是 Oracle Corporation 的註冊商標。" [3ware] other = "3ware 是 3ware Inc 的註冊商標。" [arm] other = "ARM 是 ARM Limited. 的註冊商標。" [adaptec] other = "Adaptec 是 Adaptec, Inc. 的註冊商標。" [google] other = "Android is a trademark of Google Inc." [heidelberger] other = "Heidelberg, Helvetica, Palatino 以及 Times Roman 是 Heidelberger Druckmaschinen AG 在美國以及其他國家的商標或註冊商標。" [intuit] other = "Intuit 和 Quicken 是 Intuit Inc., 或其子公司在美國和其他國家的商標或註冊商標。" [lsilogic] other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID 和 Mylex 是 LSI Logic Corp 的商標或註冊商標。" [themathworks] other = "MATLAB 是 The MathWorks, Inc. 的註冊商標。" [thomson] other = "SpeedTouch 是 Thomson 的商標。" [vmware] other = "VMware 是 VMware, Inc. 的商標。" [wolframresearch] other = "Mathematica 是 Wolfram Research, Inc 的註冊商標。" [xiph] other = "Ogg Vorbis 和 Xiph.Org 是 Xiph.Org 的商標。" [xfree86] other = "XFree86 是 The XFree86 Project, Inc 的商標。." [daemon-news] other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation." [general] other = "許多製造商和經銷商使用一些稱為商標的圖案或文字設計來區別自己的產品。 本文件中出現的眾多商標,以及 FreeBSD Project 本身廣所人知的商標,後面將以 “™” 或 “®” 符號來標示。" diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html index d16dd23b9d..aab2506f36 100755 --- a/documentation/themes/beastie/layouts/partials/site-footer.html +++ b/documentation/themes/beastie/layouts/partials/site-footer.html @@ -1,113 +1,114 @@ diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index 3df53a79fe..24d52f53fa 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -1,74 +1,74 @@ {{ with .Params.Title }}{{ . }} | {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} - + {{ if $.Site.Params.isOnline }} {{- $styles := resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} {{- $themeChooser := resources.Get "js/theme-chooser.js" | resources.Minify }} {{- $copyClipboard := resources.Get "js/copy-clipboard.js" | resources.Minify }} {{- $search := resources.Get "js/search.js" | resources.Minify }} {{ else }} {{- $styles := resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} {{- $themeChooser := resources.Get "js/theme-chooser.js" | resources.Minify }} {{- $copyClipboard := resources.Get "js/copy-clipboard.js" | resources.Minify }} {{- $search := resources.Get "js/search.js" | resources.Minify }} {{ end }} {{ if $.Site.Params.isOnline }} {{ end }}